github.com/klauspost/compress/huff0.Scratch.actualTableLog (field)
23 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L87: keepTL := s.actualTableLog
compress.go#L89: s.actualTableLog = s.prevTableLog
compress.go#L92: s.actualTableLog = keepTL
compress.go#L121: keepTL := s.actualTableLog
compress.go#L124: s.actualTableLog = s.prevTableLog
compress.go#L129: s.actualTableLog = keepTL
compress.go#L160: s.prevTable, s.prevTableLog, s.cTable = s.cTable, s.actualTableLog, s.prevTable[:0]
compress.go#L246: if s.actualTableLog <= 8 {
compress.go#L409: if c[i].nBits > s.actualTableLog {
compress.go#L446: s.actualTableLog = tableLog
compress.go#L529: s.actualTableLog = s.setMaxHeight(int(nonNullRank))
compress.go#L530: maxNbBits := s.actualTableLog
compress.go#L610: maxNbBits := s.actualTableLog
decompress.go#L95: s.actualTableLog = uint8(tableLog)
decompress.go#L122: for n := uint8(1); n < s.actualTableLog+1; n++ {
decompress.go#L140: s.prevTableLog = s.actualTableLog
decompress.go#L152: entry: uint16(s.actualTableLog+1-w) | (uint16(n) << 8),
decompress.go#L211: actualTableLog: s.actualTableLog,
decompress.go#L1099: dt := s.dt.single[:1<<s.actualTableLog]
decompress.go#L1100: tablelog := s.actualTableLog
huff0.go#L112: actualTableLog uint8 // Selected tablelog.
huff0.go#L184: huffLog = s.actualTableLog
huff0.go#L254: huffLog = s.actualTableLog
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |